body {
  background-color: black;
  color: white;
  font-family: "8bitoperatorjve-regular", sans-serif;
  margin:0;
}

.flexbox {
 display: flex;
 justify-content: center;
 margin:auto;
 position: relative;
 width:1280px;
 height:945px;
}

.main {
 background-color:black;
 position: relative;
 outline:10px white solid;
 width:796px;
 height:425px;
 top:500px;
}

.side {
 background-color:black;
 position: relative;
 outline:10px white solid;
 width:434px;
 height:425px;
 top:500px;
}

.popup {
 background-color:black;
 position: absolute;
 outline:10px white solid;
 width:434px;
 height:425px;
 top:65px;
 right:25px;
}

.talkbox {
 background-color:black;
 position: relative;
 outline:10px white solid;
 width:1230px;
 height:425px;
 top:500px;
}

p {
 font-size:60px;
 margin:10px 20px 25px 20px
}

.money {
  position: absolute;
  right:100px;
}

.pocket {
  position: absolute;
  bottom:0;
}

.button {
  margin-left:10px;
  margin-right:10px;
}

.sprite1 {
  background-color:red;
  width:30px;
  height:30px;
  position:absolute;
}

.sprite2 {
  background-color:blue;
  width:30px;
  height:30px;
  position:absolute;
}

a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}